MYSQL DELETE from a table [closed]

Posted by Hossein on Stack Overflow See other posts from Stack Overflow or by Hossein
Published on 2010-05-25T22:20:06Z Indexed on 2010/05/25 22:41 UTC
Read the original article Hit count: 300

Filed under:
|
|
|

Possible Duplicate:
MySQL DELETE in a single table

Hi, I have this table:

userurltag(id,user,Url,tag)

I want to remove rows that contain urls that are used by only one user, can someone help me? It seems that DELETE...(SELECT...) is not supported in Mysql.

© Stack Overflow or respective owner

Related posts about sql

Related posts about mysql